home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
COMMUNIC
/
BULLETIN
/
1806B.ZIP
/
WILD-TD.LZH
/
BACKUP.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-03-01
|
421b
|
13 lines
REM this example file assumes you have put WILDCAT!
REM in a directory named WILDCAT! and have a subdir
REM named BACKUP below it. It copies all database
REM files, creates a text file of the files copied,
REM and writes the text file to the end of the activity log.
ECHO OFF
COPY *.IDX \WILDCAT!\BACKUP
COPY *.DAT \WILDCAT!\BACKUP
DIR \WILDCAT!\BACKUP\*.* >BACKUP.DAT
COPY ACTIVITY.LOG+BACKUP.DAT
CAT.BAT